速報APP / 生產應用 / Action Shortcuts: Automation

Action Shortcuts: Automation

價格:免費

更新日期:2020-05-27

檔案大小:4 MB

目前版本:1.0.7

版本需求:macOS 10.13 或以上版本,64 位元處理器

支援語言:英語

Action Shortcuts: Automation(圖1)-速報App

Do stuff faster on your Mac by running commands and scripts using keyboard shortcuts or from the menu bar.

How It Works:

• Open ActionShortcuts app, click its status icon in the menu bar and select ”Open Scripts Folder”.

• Copy your script files to that folder, or create sym links (see down below). You can create new script files using Script Editor or Automator apps built into macOS.

Supported file types are AppleScript, Automator workflows, applications, command and shell scripts (with proper shebangs).

• To set up keyboard shortcuts click the app icon in the menu bar and select ”Preferences”.

• To execute a command, select it in the menu or use a keyboard shortcut you’ve set.

Action Shortcuts: Automation(圖2)-速報App

• Hold “Option” key and select a menu item to edit the script. Or hold “Shift” key to reveal it in Finder. These actions are also available in a context menu of ”Preferences” window > “Actions” tab.

Keyboard shortcuts will only work while the app is running, but you can have the app start automatically at login using “Preferences” menu > “About” tab.

You can hide the menu bar icon or hide individual actions in the menu.

To add separators to the script list menu: use -- (double dash) anywhere in the script file name.

• Use Symbolic Links to launch scripts from other locations. Symlinks should have proper file extensions and be created using Terminal (aliases created using Finder won’t work).

For example: ln -s SourceScript.sh ~/Library/Application\ Scripts/com.pointum.actions/TargetSymLink.sh

Not sure where to start?

Action Shortcuts: Automation(圖3)-速報App

Contact me for help with the scripts or download Sample Scripts pack from the app website. It includes scripts that toggle Dark Mode, hide Dock, autohide menu bar, show Desktop and control HazeOver app.